Ktor Read Standard Crud Repo
            class KtorReadStandardCrudRepo<ObjectType, IdType>(baseUrl: String, unifiedRequester: UnifiedRequester, objectsSerializer: KSerializer<ObjectType>, objectsSerializerNullable: KSerializer<ObjectType?>, idsSerializer: KSerializer<IdType>) : ReadStandardCRUDRepo<ObjectType, IdType> 
Content copied to clipboard
Constructors
Link copied to clipboard
                        fun <ObjectType, IdType> KtorReadStandardCrudRepo(baseUrl: String, client: <ERROR CLASS>, objectsSerializer: KSerializer<ObjectType>, objectsSerializerNullable: KSerializer<ObjectType?>, idsSerializer: KSerializer<IdType>, serialFormat: StandardKtorSerialFormat = standardKtorSerialFormat)
Content copied to clipboard
Functions
Link copied to clipboard
                        Link copied to clipboard
                        open suspend override fun getByPagination(pagination: Pagination): PaginationResult<ObjectType>
Content copied to clipboard